Websydian v6.1 online documentationOnline documentation - WebsydianExpress v3.5

WebsydianSEI - Message


WSE0234 - Error Opening Output File

Error message

The handler &(2:) (program: &(3:)) has returned a file: &(1:) as output. The file could not be opened by the service processor specified by the URL Mask &(4:) (&(5)).

Parameters

&(1:) - The location and name specified for the output file.

&(2:) - The name of the handler that was processing the request.

&(3:) - The implementation name of the handler that was processing the request.

&(4:) - The URL mask that was used to identify the service processor.

&(5:) - The descriptive text for the URL.

Description

A handler has been called to process a service request. The handler has specified an output file that should be returned to the client.

The output file could not be opened when the service processor attempted to return it.

Action

There can be several reasons for the problem - but the most common is that the file does not exist. You must investigate whether the file exists (remember to check whether the service processor automatically will delete the files after processing). If the file actually exists, check whether there are any special authorization issues that could lead to problems opening the file.

Category / Severity

System / Error